From: Juanma Barranquero Date: Mon, 27 Nov 2006 17:03:38 +0000 (+0000) Subject: (resume-emacs-args-buffer): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31841 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d83ff31829918c31156ac6fc86f84d4bbad29134;p=emacs.git (resume-emacs-args-buffer): Fix typo in docstring. --- diff --git a/lisp/resume.el b/lisp/resume.el index d913782e0c8..85c1ea0231f 100644 --- a/lisp/resume.el +++ b/lisp/resume.el @@ -52,7 +52,7 @@ "*This file is where arguments are placed for a suspended Emacs job.") (defvar resume-emacs-args-buffer " *Command Line Args*" - "Buffer that is used by resume-process-args.") + "Buffer that is used by `resume-process-args'.") (defun resume-process-args () "Handler for command line args given when Emacs is resumed."